DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1CacheDataCollection<T> Class / CreateInternalList Method

In This Topic
    CreateInternalList Method (C1CacheDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function CreateInternalList( _
       ByVal source As IReadOnlyList(Of T) _
    ) As IReadOnlyList(Of T)
    protected override IReadOnlyList<T> CreateInternalList( 
       IReadOnlyList<T> source
    )

    Parameters

    source
    See Also